home *** CD-ROM | disk | FTP | other *** search
/ PC Format (PL) 2008 December / PC_Format_122008.iso / Multimedia / MediaPortal 0.2.3.0 / MediaPortal_0.2.3.0_Setup.exe / skin / BlueTwo wide / dialogProgress.xml < prev    next >
Extensible Markup Language  |  2007-11-15  |  2KB  |  48 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <window>
  3.   <id>101</id>
  4.   <defaultcontrol>10</defaultcontrol>
  5.   <allowoverlay>yes</allowoverlay>
  6.   <controls>
  7.     <import>common.dialog.xml</import>
  8.     <control>
  9.       <type>image</type>
  10.       <id>100</id>
  11.       <posX>428</posX>
  12.       <posY>437</posY>
  13.       <width>488</width>
  14.       <texture>osd_progress_background.png</texture>
  15.       <animation effect="fade" time="250">WindowOpen</animation>
  16.       <animation effect="fade" time="250">WindowClose</animation>
  17.     </control>
  18.     <control>
  19.       <description>progress control</description>
  20.       <type>progress</type>
  21.       <id>20</id>
  22.       <posX>418</posX>
  23.       <posY>436</posY>
  24.       <width>509</width>
  25.       <animation effect="fade" time="250">WindowOpen</animation>
  26.       <animation effect="fade" time="250">WindowClose</animation>
  27.     </control>
  28.     <control>
  29.       <description>Cancel button</description>
  30.       <type>button</type>
  31.       <id>10</id>
  32.       <posX>888</posX>
  33.       <posY>296</posY>
  34.       <width>46</width>
  35.       <height>46</height>
  36.       <textureFocus>dialogue_shutdown_focus.png</textureFocus>
  37.       <textureNoFocus>dialogue_shutdown_nofocus.png</textureNoFocus>
  38.       <label>-</label>
  39.       <onleft>10</onleft>
  40.       <onright>10</onright>
  41.       <onup>10</onup>
  42.       <ondown>10</ondown>
  43.       <animation effect="fade" time="250">WindowOpen</animation>
  44.       <animation effect="fade" time="250">WindowClose</animation>
  45.     </control>
  46.   </controls>
  47. </window>
  48.